home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / comm / mail / SnipSub.readme < prev    next >
Text File  |  1999-05-02  |  5KB  |  133 lines

  1. Short:    Remove text in [] from subjects (YAM)
  2. Author:   Stephan Huebner (sh@amigagadget.de)
  3. Uploader: Stephan Huebner (sh@amigagadget.de)
  4. Version:  3.1
  5. Type:     comm/mail
  6. Requires: YAM 2.x ???
  7.  
  8.  
  9. ********************
  10. * SnipSubject V3.1 *
  11. ********************
  12.  
  13. (c) 1999 Stephan Huebner
  14.  
  15.  
  16. Introduction
  17. ------------
  18. This little arexx-proggie is for YAM and snips out [everything] within those
  19. brackets which the users wants it to (usefull for mailinglists).
  20. So if you have a subject like "RE: [YAM] Anything", the Resulting subject will
  21. be "RE: Anything".
  22. It's emailware, so I'd like to get an email of you, maybe commenting the programm
  23. or talking about everything you want.
  24. It's still beta so I'd recommend to try it the first times with some unimportant
  25. mails.
  26.  
  27.  
  28. Features:
  29. ---------
  30. - Cuts out what the user wants to
  31. - Cuts out all the appearances of the string in one subject
  32. - At the moment it works on a whole folder, so beware of the amount of time it
  33.   might take on large folders.
  34. - Is still beta, cause there might be some weird MLs where it doesn't work
  35. - Upper or Lower typing doesn't matter. So "yam" is the same as "YAM"
  36. - It reformats the subject a bit, as I needed it for working correct. What it
  37.   does is that it also cuts out appearances of more than one space and replacing
  38.   it with just one space. So if you have something like "Re:    [YAM] XXX" you
  39.   will have "Re: XXX" afterwards
  40.  
  41.  
  42. Installation:
  43. -------------
  44. just copy it to "YAM:rexx/" or wherever you have your YAM-arexx-scripts installed
  45. Disable the "wait until termination"-checkbutton in configuration, or else the
  46. script doesn't seem to work
  47. Placing it in the arexx-menu should work, too.
  48.  
  49. Also the rexxreqtools-library is needed.
  50.  
  51.  
  52. What still doesn't work:
  53. ------------------------
  54. - It changes all the changed mails to "New/Unread". I tried the command to set
  55.   the status back to "read" but that doesn't seem to work. So you'll have to
  56.   change the mails back to unread yourself :-(
  57.   One person responded that it did exactly what it should with yp6, there are
  58.   at least one other were it doesn't :-(
  59.   Also in some cases weird things seem to happen, like not changing the subject
  60.   or  changing the status, so beware.
  61.  
  62. Future
  63. ------
  64. Depends on what reactions I get. My eMail is: sh@amigagadget.de
  65. So any comments are very welcome
  66.  
  67. I plan to make it a bit saver (ie. test if the library is really there and
  68. such things)
  69.  
  70. If you have problems please mail me. If there are Mailing lists were the script
  71. doesn't work, it would be good to tell me, how I can subscribe to that list
  72. cause this way I can compare the original and the changed mails. Thanks.
  73.  
  74. Also there are already some suggestions like a prefs-file with some "standard"-
  75. things to look for in the mails.
  76. If you have any
  77.  
  78.  
  79. History (as far as I remember it):
  80. ==================================
  81.  
  82. V0.1beta Initial (internal) version
  83. --------
  84. - Cut out everything within []
  85. - Worked only on one selected mail
  86. - Put the mail into ram:T, worked on it and copied it back
  87.  
  88.  
  89. V1.0beta Somehow my proggie but changed a lot by Lau W. Nielsen :-)
  90. --------
  91.  
  92.  
  93. V2.0beta Included function to let the user choose what to snip
  94. --------
  95. - Works on a whole folder now
  96. - Lets' the user type in what to snip out
  97.  
  98.  
  99. V2.5Beta
  100. --------
  101. - found and removed a bug reported by Jim Boydston (and John Pullicino at
  102.   version 1.0) regarding some MLs which formatted the header-lines so nothing
  103.   was cut out
  104.  
  105.  
  106. V3.0Beta
  107. --------
  108. - A good amount of the script was rewritten, so the code now looks much cleaner,
  109.   is smaller and faster
  110. - Implemented to cut out more than one apperances in one subject at last
  111. - Included an idea of Lau W. Nielsen (shown to me in an earlier version)
  112.   regarding a speed-up of the programm, so it now changes the mail directly
  113.   without writing or copying something else around
  114.  
  115. V3.1Beta
  116. --------
  117. - Released on Aminet (if that works, I've never done that before)
  118. - found and removed a silly bug reported by Lorens Johannsson (caused by the
  119.   rewrite :-) ),   which made it not working
  120. - Wrote a small documentation at last (this file) :-)
  121.  
  122. (c) 1999 Stephan Huebner
  123.  
  124.  
  125. ============================= Archive contents =============================
  126.  
  127. Original  Packed Ratio    Date     Time    Name
  128. -------- ------- ----- --------- --------  -------------
  129.     4095    1932 52.8% 03-Mar-99 23:15:58  SnipSub.readme
  130.     2144    1002 53.2% 22-Feb-99 19:10:20  SnipSubject.rexx
  131. -------- ------- ----- --------- --------
  132.     6239    2934 52.9% 05-Mar-99 02:15:54   2 files
  133.